home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11113 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  814 b 

  1. Path: symiserver2.symantec.com!usenet
  2. From: bmelendy@symantec.com (Brad Melendy)
  3. Newsgroups: comp.lang.c++
  4. Subject: Reading INI files?
  5. Date: Tue, 12 Mar 1996 18:25:42 GMT
  6. Organization: Symantec Corp.
  7. Message-ID: <4i4fv7$1ch@symiserver2.symantec.com>
  8. NNTP-Posting-Host: 155.64.182.130
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Hello All,
  12.     I am researching the best way to read INI files for information to use
  13. in my app.  I am thinking of just useing the fstream class, creating
  14. an object and geline() but since this is my first time doing this sort
  15. of thing, I would love to hear from someone who has already done this.
  16.  
  17.     Specifically, I am planning on using the INI file to record requently
  18. access directory paths which I will read into a ComboBox for quick
  19. access.  
  20.     Thanks in advance for any advice.
  21.  
  22. ...Brad :)
  23.  
  24.